header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
*{
  box-sizing:border-box;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.header_nav_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.fix_nav {
  top: -167px;
  box-shadow: 0 0 10px #000;
}
.fix_nav .nav ul li > a img {
  top: 3px;
}
/************************header************************/
.topper { height:37px; line-height:37px; background:#eaeaea;border-bottom: 1px solid #cfcfcf; }
.topper .welcome { float:left; color:#848282;font-size: 14px; background:url(/App/Home/View/Default/Public/Images/arrow-right.png) left center no-repeat; }
.topper .url { float:right; }
.topper .url li { float:left; height:37px; line-height:37px; }
.topper .url a { height:14px; line-height:14px; font-size:14px; color:#848282; padding: 0px 5px;position: relative; }
.topper .url a .er{
  position: absolute;
  width:120px;
  left:61%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top:20px;
  z-index: 1;
  display: none;
}
.topper .url a:hover .er{
  display: block;
}
.topper .url li:first-child a {  }

.topper .share { float:right; width:130px; padding:0 0 0 60px; color:#999; position:relative; }
.topper .share .wd { position:absolute; left:0; top:0; }

header {
  background: #fff;
}
.header_logo {
  background: #fff;
  padding: 21px 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header_logo h1 {
  float: left;
  position: relative;
  top: 5px;
}
.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}
.header_logo .wrapper > img {
  position: absolute;
  right: 250px;
  top: 12px;
}
.header_logo .header_logo_r {
  float: right;
}
.header_logo .header_logo_r p {
  background: url("../images/24h.jpg") no-repeat left top;
  padding-left: 64px;
  padding-top:8px
}
.header_logo .header_logo_r p small {
  color: #828282;
  font-size: 14px;
  display: block;
  line-height: 20px;
}
.header_logo .header_logo_r p b {
  font-size: 22px;
  color: #ff0000;
  font-weight:bold
}
.nav_main {
  height: 60px;
  position: relative;
  z-index: 100;
  border-top: 1px solid #0e113c;
  background: #fff;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
}
.nav_main .nav li:first-child {
	background: none;
}
.nav_main .nav li:first-child.hover {
	    color: #ffffff;
    background: #50aab4;
}
.nav_main .nav li a {
	display: block;
	color:#2a2a29;
	font-size: 16px;
	padding: 0 55px
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #50aab4;
	color:#ffffff
}
.nav_main .nav dl {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 35px;
	height: 35px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #50aab4;
	color: #fff;
}
.nav_main .nav dl dd .three {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd .three {
	position: absolute;
	left: 158px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../images/menu_bg.png) 12px 10px no-repeat;
}
.nav_main .nav dl dd .three a {
	color: #fff;
	width: 140px;
	font-size: 14px;
	background: #0185d0;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #1048a0;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}
.nav_main .nav dl dd .three a:hover {
	background: #1048a0;
	color: #fff;
}
.banner {
  margin-top: 230px;
}
.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #50aab4;
  opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #fff;
}
/************************main************************/
/*-------------------------------------------------------------------------search 首页搜索-----------------------------------------------------------------------------------*/
.search {
  overflow: hidden;
  background: #f4f4f4;
  padding: 25px 0;
}
.search .search_left {
  float: left;
  color: #fff;
  position: relative;
  margin-top: 14px;
}
.search .search_left b{
  font-size: 14px;
  font-weight: 700;
  color:#2b2b2b;
}
.search .search_left span a {
  display: inline-block;
  font-size: 14px;
  color: #656565;
  padding:0 12px;
  border-right:1px dashed #b1b1b1;
}
.search .search_left span a:last-child{
  border-right: none;
}
.search .search_left small {
  display: block;
  font-size: 16px;
  color: #6f6f6f;
  margin-top: 10px;
}
.search .search_right {
  float: right;
}
.search .search_right form {
  margin-top: 10px;
  overflow: hidden;
}
.search .search_right form input {
  display: block;
  width:227px;
  float: left;
  text-indent: 35px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  outline: none;
  background: none;
  border: 1px solid #67b441;
  height: 34px;
  line-height: 34px;
  border-top-left-radius:20px;
  border-bottom-left-radius:20px;
}
.search .search_right form button {
  display: block;
  width: 54px;
  height: 38px;
  float: right;
  background: url(../images/index_03.png) no-repeat center;
  cursor: pointer;
}
.search .search_right p {
  margin-top: 5px;
}
.search .search_right p b {
  display: inline-block;
  font-size: 14px;
  color: #484848;
  font-weight: 500;
}
.search .search_right p span {
  float: revert;
  width: 410px;
}
.search .search_right p span a {
  font-size: 14px;
  color: #868686;
  padding: 0 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.search .search_right p span a:hover {
  color: #50aab4;
}
/*热销产品*/
.hot-product{
  width: 100%;
  position: relative;
  padding-bottom: 85px;
}
.hot-product ul{
  width: 100%;
}
.hot-product ul li{
  width: 285px;
  height: 280px;
  border: 1px solid #e5e5e5;
  background: url(../images/pro-new.png) no-repeat bottom right;
}
.hot-product ul li .img{
  width: 285px;
  height: 225px;
  overflow: hidden;
}
.hot-product ul li .img img{
  width: 99%;
  height: 100%;
  object-fit: cover;
}
.hot-product ul li p{
  line-height: 55px;
  text-indent: 20px;
}
/*产品中心*/
.pro-title{width: 100%;height: 80px;line-height: 80px;}
.pro-title h2{color: #323232;font-size: 22px;font-weight: normal;}
.pro-title h2 span{color: #b8b8b8;font-size: 18px;}
.pro-title h2 a{color: #323232;font-size: 14px;display: block;float: right;}
.ipro { margin: 0px auto ;position: relative;background: #f5f5f5; padding:1px }
.mainnr{ margin-left: -10px; padding: 20px 10px }
.ipro .list,.mainnr .list,.xgxw{ width:895px;float: right;}
.ipro .item,.mainnr .item2 { float:left; width:304px; margin-bottom:30px;border:1px solid #cecece; margin-left: 10px; background: #fff;}
.item2{ height: 325px !important }
.ipro .item .img,.mainnr .item2 .img { width:100%; height:256px; padding:3px;}
.itemhei{height: 288px !important}
.ipro .item .img img,.mainnr .item2 .img img{ display:block; width:100%; height:100%;object-fit: cover; }
.ipro .item h3,.mainnr .item2 h3 { height:53px; line-height:53px; text-align:center; font-size:16px; }
.fpfl { width: 288px;float: left; background:#fff url(../images/pro-left.jpg) no-repeat center top;border: 2px solid #50aab4;padding-bottom:0px;}
.fpfl li{  height:40px; line-height:40px; font-size:16px; font-weight: normal; width: 235px; color: #424242;margin: 0 auto;background: url(../images/pro-li.png) no-repeat center center; }
.fpfl li a{    padding-left: 25px; color:#424242; display: block; margin-top:23px;font-size: 16px;  }

.fenleitit{text-align: center; height: 178px!important;  line-height: inherit!important;background: none!important;margin-bottom: 25px!important;}
.fenleitit .fir{
  height: 180px;
  font-size:28px !important; font-weight: 600;
  line-height: inherit;
}
.fenleitit .sec{
  font-size: 12px;
  color:#8bb4e5;
  text-align: center;
  line-height: inherit;
}
.ipro .list .pro-top{
  width: 100%;
  background: #fff;
  padding: 23px;
  border: 1px solid #e5e5e5;
}
.ipro .list .top-left{
  float: left;
  width: 412px;
}
.ipro .list .top-right{
  width: 412px;
  float: right;
}
.ipro .list .top-right h2{
  font-size: 22px;
  color: #272727;
  border-bottom: 1px solid #e3e3e3;
  height: 45px;
  font-weight: 400;
}
.ipro .list .top-right p{
  color: #6f6f6f;
  font-size: 14px;
  padding-top: 15px;
  font-size: 100;
  line-height: 31px;
}
.ipro .list .top-right h3{
  color: #404040;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 25px;
}
.ipro .list .top-right h3 strong{
  color: #50aab4;
  font-size: 36px;
  font-weight: 600;
}
.ipro .list .top-right .pro-more{
  width: 168px;
  height: 44px;
  line-height: 44px;
  background: #50aab4 url(../images/sea.png) no-repeat center left 37px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-indent: 65px;
  float: left;
}
.ipro .list .top-right .pro-zixun{
  width: 168px;
  height: 44px;
  line-height: 44px;
  background: #bdc0c7 url(../images/sea.png) no-repeat center left 37px;
  display: block;
  color: #fff;
  font-size: 16px;
  float: left;
  text-indent: 65px;
  margin-left: 18px;
}
.ipro .list ul{
  width: 100%;
}
.ipro .list ul li{
  width: 285px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.ipro .list ul li .img{
  width: 285px;
  height: 205px;
  overflow: hidden;
}
.ipro .list ul li .img img{
  width:99%;
  height: 100%;
  object-fit: cover;
}
.ipro .list ul li p{
  line-height: 55px;
  font-size:14px
}
/*优势*/
.left{
  float: left;
}
.right{
  float: right;
}
.adv{
  width: 100%;
  position: relative;
  background: url(../images/adv-title1.jpg) no-repeat center center;
  height: 1100px;
}
.adv-one{
  width: 100%;
  padding-top:240px;
}
.adv-one ul {
}
.adv-one ul li{
  width: 100%;
  margin-bottom: 50px;
}
.adv-one ul li .num{
  color: #fff;
  background: url(../images/adv-li.png) no-repeat center center;
  font-size: 36px;
  height: 72px;
  line-height: 70px;
  width: 72px;
  float: left;
  text-align: center;
  margin-right: 15px;
}
.adv-one ul li .text{
  width: 423px;
  float: right;
}
.adv-one ul li h2{
  color: #0e113c;
  font-size: 32px;
}
.adv-one ul li small{
  color: #b8b8b8;
  font-size: 12px;
  text-transform:Uppercase ;
}
.adv-one ul li p{
  color: #666776;
  font-size: 14px;
  font-weight: 100;
  background: url(../images/adv1.png) no-repeat center left;
  height: 80px;
  padding-left: 15px;
  line-height: 27px;
  margin-top: 23px;
}
.adv-one ul li:nth-child(2) p{
  background: url(../images/adv1.png) no-repeat center left;
  height:80px;
}
.adv-two{
  width: 100%;
  padding-top: 85px;
}
.adv-two ul {
  width: 500px;
}
.adv-two ul li{
  width: 100%;
  margin-bottom: 50px;
}
.adv-two ul li .num{
  color: #fff;
  background: url(../images/adv-li.png) no-repeat center center;
  font-size: 36px;
  height: 72px;
  line-height: 70px;
  width: 72px;
  float: left;
  text-align: center;
  margin-right: 15px;
}
.adv-two ul li .text{
  width: 413px;
  float: right;
}
.adv-two ul li h2{
  color: #0e113c;
  font-size: 32px;
}
.adv-two ul li small{
  color: #b8b8b8;
  font-size: 12px;
  text-transform:Uppercase ;
}
.adv-two ul li p{
  color: #666776;
  font-size: 14px;
  font-weight: 100;
  background: url(../images/adv11.png) no-repeat center left;
  height: 50px;
  padding-left: 15px;
  line-height: 25px;
  margin-top: 23px;
}
.adv-two ul li:nth-child(2) p{
  background: url(../images/adv2.png) no-repeat center left;
  height: 73px;
}
/*小bannner1*/
.ban1{
  width: 100%;
  height: 230px;
  background: url(../images/ban1.jpg) no-repeat center center;
}

.ban2{
  width: 100%;
  height: 230px;
  background: url(../images/ban2.jpg) no-repeat center center;
}

.ban1 p{
  color: #fff;
  font-size: 16px;
  padding-left: 625px;
  padding-top: 85px;
  font-weight: 100;
}
.ban1 strong{
  color: #fff;
  font-size: 28px;
  padding-left: 625px;
  font-weight: 400;
}
/*案例*/
.anli {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}

.picMarquee-left2 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
  width: 1200px;
}

.picMarquee-left2 .bd {
  margin: 0 auto;
  width: 1200px;
}

.picMarquee-left2 .bd ul {
  overflow: hidden;
  height: 385px;
  zoom: 1;
}

.picMarquee-left2 .bd ul li {
  float: left;
  margin-right: 20px;
  width: 287px;
  background: #f8f8f8;
  text-align: center;
}

.picMarquee-left2 .bd ul li .pic {
  width: 287px;
  height: 215px;
  overflow: hidden;
}

.picMarquee-left2 .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picMarquee-left2 .bd ul li .title {
  padding-top: 20px;
  border-bottom: 2px #ddd solid;
  line-height: 24px;
}

.picMarquee-left2 .bd ul li .title h2 {
  margin-top: 5px;
  font-size: 16px;
}

.picMarquee-left2 .bd ul li .title p {
  margin-top: 10px;
  color: #666;
  text-align: left;
  font-size: 12px;
}

.picMarquee-left2 .bd ul li .title h2 a {
  color: #222;
}

.picMarquee-left2 .bd ul li .title span {
  position: relative;
  top: 23px;
  display: block;
}
.picList .swiper-container{
  overflow: -webkit-paged-x;
}
.anli-left{
  background: url(../images/anli-left.png) no-repeat center center!important;
}
.anli-right{
  background: url(../images/anli-right.png) no-repeat center center!important;
}
/*关于我们*/
.about {
  width: 100%;
  background: #f1f1f1;
  padding-bottom: 75px;
}

.about_z {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.about_l {
  float: left;
  width: 470px;
  height: 348px;
}
.about_l img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about_r {
  width: 685px;
  float: right;
}

.about_r p {
  line-height: 36px;
  text-indent: 30px;
  font-size: 16px;
  color: #707070;
}
.about_r p a{
  color: #50aab4;
  font-size: 14px;
}

.picMarquee-left3 {
  width: 685px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}

.picMarquee-left3 .bd {
  width: 685px;
  margin: 0 auto;
}

.picMarquee-left3 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-left3 .bd ul li {
  width: 146px;
  float: left;
  margin-right: 20px;
  _display: inline;
  text-align: center;
}

.picMarquee-left3 .bd ul li img {
  width: 146px;
}
/*新闻资讯*/
.news {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 90px;
}

.slideTxtBox {
  width: 1200px;
  text-align: left;
  margin-top: 50px;
}

.slideTxtBox .hd {
  width: 1200px;
  background: url(../images/xian.jpg) center 19px no-repeat;
}

.slideTxtBox .hd ul {
  width: 370px;
  margin: 0 auto;
  overflow: hidden;
}

.slideTxtBox .hd ul li {
  font-size: 18px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  padding: 5px 45px;
  background: #f8f8f8;
  border: 1px #dddddd solid;
  border-radius: 30px;
}

.slideTxtBox .hd ul li a {
  color: #333333;
}

.slideTxtBox .hd ul li.on {
  background: #50aab4;
}

.slideTxtBox .hd ul li.on a {
  color: #fff;
  font-weight: bold;
}

.slideTxtBox .bd {
  margin-top: 35px;
}

.news_z {
  overflow: hidden;
}

.news_l {
  width: 570px;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px #ddd dashed;
}

.news_l img {
  width: 570px;
  height: 378px;
}

.news_l h2 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
}

.news_l h2 a {
  color: #353535;
  font-size: 18px;
}

.news_l p {
  line-height: 24px;
  margin-top: 10px;
  color: #9f9f9f;
  font-size: 14px;
}

.news_l p a {
  color: #50aab4;
}

.news_r {
  width: 570px;
  float: right;
}

.news_r_o {
  overflow: hidden;
  padding-bottom: 13px;
  border-bottom: 1px #ddd  dashed;
}

.news_r_ol {
  float: left;
}

.news_r_ol img {
  width: 180px;
  height: 138px;
}

.news_r_or {

}

.news_r_or h2 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
}

.news_r_or h2 a {
  color: #333;
}

.news_r_or:hover a {
  color: #50aab4;
}

.news_r_or p {
  line-height: 26px;
  color: #9f9f9f;
  margin-top: 15px;
  font-size: 14px;
}

.news_r_or p a {
  color: #50aab4;
}

.news_r_t {
  margin-top: 15px;
}

.news_r_t li {
  font-size: 16px;
  line-height: 40px;
  background: url(../images/dd.png) 0 center no-repeat;
  text-indent: 20px;
  color: #353535;
}

.news_r_t li span {
  float: right;
  color: #888888;
}

.news_r_t li a {
  color: #505050;
}
/*预约*/
.yuyue{
  width: 100%;
  height: 85px;
  background: url(../images/yuyue.jpg) no-repeat center center;
}
.yuyue table td input{
  width: 209px;
  height: 43px;
  line-height: 40px;
  text-indent: 11px;
  font-size: 16px;
  color: #8f8f8f;
  display: block;
  border-bottom: 3px solid #6c8ace;
  border-top: none;
  border-left: none;
  border-right: none;
}
.yuyue table td button{
  width: 145px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 30px;
  background: #ffd503;
  font-size: 16px;
  margin-left: 845px;
  margin-top: -45px;
  display: block;
}

input::-webkit-input-placeholder{color:#8f8f8f!important;}
input:-moz-placeholder{color:#8f8f8f!important;}
input::-moz-placeholder{color:#8f8f8f!important;}
input:-ms-input-placeholder{color:#8f8f8f!important;}
/*-------------------------------------------------------------------------solve 解决方案-----------------------------------------------------------------------------------*/
.solvebox{
  background: url(../images/solvebg.png) no-repeat center;
  margin: 20px 0;
}
.solve-list{
  float: left;
  width:158px;
  height: 158px;
  border-radius: 80px;
  margin-right: 50px;
}
.solve-list:last-child{
  margin-right: 0;
}
.solve-list:nth-child(1){
  background: url(../images/1.png) no-repeat center;
}
.solve-list:nth-child(2){
  background: url(../images/2.png) no-repeat center;
}
.solve-list:nth-child(3){
  background: url(../images/3.png) no-repeat center;
}
.solve-list:nth-child(4){
  background: url(../images/4.png) no-repeat center;
}
.solve-list:nth-child(5){
  background: url(../images/5.png) no-repeat center;
}
.solve-list:nth-child(6){
  background: url(../images/6.png) no-repeat center;
}
.solve-list .fir{
  font-size: 18px;
  color:#fff;
  font-weight: 700;
  text-align: center;
  margin-top: 59px;
}
.solve-list .sec{
  font-size: 12px;
  color:#fff;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}
.main_title {
  text-align: center;
  padding: 65px 0 45px 0;
  margin: 0 auto;
}
.main_title img {
  display: block;
  margin: 0 auto;
}
.main_title small {
  display: block;
  font-size: 18px;
  color: #7f7f7f;
  margin-top: 20px;
  font-weight: 300;
  line-height:40px;
  
}
.solve {
  overflow: hidden;
}
.solve ul li {
  text-align: center;
  float: left;
  width: 375px;
  margin-left: 34px;
}
.solve ul li:nth-of-type(1) {
  margin-left: 0;
}
.solve ul li p {
  padding: 5px;
  border: 1px solid #ccc;
  width: 100%;
}
.solve ul li p img {
  height: 270px;
  display: block;
  width: 100%;
}
.solve ul li b {
  display: block;
  font-size: 16px;
  color: #353535;
  margin: 20px 0 10px 0;
}
.solve ul li small {
  display: block;
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 300;
}
/*-------------------------------------------------------------------------product_type 首页产品分类及热销-----------------------------------------------------------------------------------*/
.idx_product_top {
  overflow: hidden;
  height: 123px;
  margin-bottom: 25px;
}
.idx_product_top .idx_product_top_l {
  width: 220px;
  color: #fff;
  background: url("../images/i_pro_type.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  float: left;
}
.idx_product_top .idx_product_top_l > * {
  display: block;
}
.idx_product_top .idx_product_top_l b {
  font-size: 26px;
  padding: 35px 0 5px 40px;
}
.idx_product_top .idx_product_top_l small {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 5px;
  padding-left: 35px;
}
.idx_product_top .idx_product_top_r {
  width: 920px;
  float: left;
  background: #f2f2f2;
  height: 100%;
  padding: 30px;
}
.idx_product_top .idx_product_top_r a {
  width: 16.66%;
  display: inline-block;
  font-size: 16px;
  color: #404040;
  padding-left: 16px;
  background: url("../images/type_list.jpg") no-repeat left center;
  box-sizing: border-box;
  margin-bottom: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.idx_product_top .idx_product_top_r a:hover {
  color: #50aab4;
}
.idx_pro_hot {
  overflow: hidden;
}
.idx_pro_hot .swiper-slide {
  overflow: hidden;
  background: #fff;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_img {
  float: left;
  width: 698px;
  height: 430px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt {
  float: right;
  height: 400px;
  background: #f5f5f5;
  width: 420px;
  padding: 30px 40px 0 40px;
  position: relative;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt b {
  display: block;
  font-size: 20px;
  color: #50aab4;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt b:after {
  display: block;
  content: '';
  background-color: #d9d9d9;
  width: 50px;
  height: 3px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt div {
  display: block;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt div p {
  margin-bottom: 8px;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt p.idx_pro_hot_txt_btn {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt p.idx_pro_hot_txt_btn a {
  display: inline-block;
  width: 128px;
  line-height: 46px;
  color: #fff;
  margin-right: 25px;
  background: #d42f3e;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center;
  border-radius: 20px;
}
.idx_pro_hot .swiper-slide .idx_pro_hot_txt p.idx_pro_hot_txt_btn a:hover {
  background: #50aab4;
}
.idx_pro_hot_gallery {
  overflow: hidden;
  margin-top: 45px;
}
.idx_pro_hot_gallery ul li {
  float: left;
  width: 385px;
  border: 1px solid #ccc;
  margin: 0 19px 0 0;
}
.idx_pro_hot_gallery ul li:last-of-type {
  margin-right: 0;
}
.idx_pro_hot_gallery ul li p {
  height: 270px;
  overflow: hidden;
  position: relative;
}
.idx_pro_hot_gallery ul li p img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.idx_pro_hot_gallery ul li div {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ccc;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.idx_pro_hot_gallery ul li div b {
  display: block;
  font-size: 18px;
  color: #5a5a5a;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 400;
  margin-bottom: 10px;
}
.idx_pro_hot_gallery ul li div small {
  display: block;
  font-size: 14px;
  color: #939393;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.idx_pro_hot_gallery ul li div span {
  width: 0;
  height: 0;
  border-bottom: 30px solid #50aab4;
  border-left: 30px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.idx_pro_hot_gallery ul li div span i {
  color: #fff;
  position: absolute;
  right: 2px;
  top: 9px;
  font-style: normal;
}
.idx_pro_hot_gallery ul li:hover div,
.idx_pro_hot_gallery ul li.pro_act div {
  background: #50aab4;
}
.idx_pro_hot_gallery ul li:hover div b,
.idx_pro_hot_gallery ul li.pro_act div b {
  color: #fff;
}
.idx_pro_hot_gallery ul li:hover div small,
.idx_pro_hot_gallery ul li.pro_act div small {
  color: #fff;
}
.idx_pro_hot_gallery ul li:hover div span,
.idx_pro_hot_gallery ul li.pro_act div span {
  border-bottom: 30px solid #d42f3e;
}


.iprobg{ background: #efefef }
.jianju{ margin:25px auto}

/*-------------------------------------------------------------------------ys 首页优势------------------------------------------------------------------------------------*/
/* .ys_con ul {
  float: left;
  padding: 108px 0 0 60px;
  width: 850px;
}
.ys_con ul li {
  width: 193px;
  float: left;
  height: 245px;
  margin-right: 45px;
}
.ys_con ul li a i {
  background: url(../images/ys_libg02.png) no-repeat;
  width: 94px;
  height: 70px;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  padding: 24px 0 0;
  text-align: center;
  margin: 0 auto;
  font-style: normal;
}
.ys_con ul li a:hover i {
  background: url(../images/ys_libg03.png) no-repeat;
}
.ys_con ul li a span {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  padding: 20px 0 0;
  text-align: center;
}
.ys_con {
  position: relative;
  background: url(../images/ys_bg.jpg) no-repeat center bottom;
  overflow: hidden;
  height: 660px;
}
.ys_con .wrapper > img {
  position: absolute;
  right: 0;
  top: 320px;
}
.ys_con p {
  position: absolute;
  right: 0;
  top: 480px;
}
.ys_con p > * {
  display: block;
}
.ys_con p b {
  font-size: 38px;
  color: #d42f3e;
}
.ys_con p small {
  font-size: 14px;
  color: #688fc3;
} */

.iys{ background: url(../images/combg.jpg) no-repeat center center / cover; padding-bottom:30px }
.ystit,.ysiti2{ text-align: center; color: #fff; font-size: 20px; }
.ysiti2{ font-weight: normal }
.ysitiline{ width: 55px !important; background: #91c904; height: 5px; margin:15px auto; }
.ystit{ font-size: 50px; padding:25px 0 0 0 }
.yslist{ margin:25px auto; }
.yslist li{ float: left; }
.ys_02{width: 730px; background: #fff; padding: 25px 0; margin-right:24px; border-top-right-radius:50px;  border-bottom-left-radius:50px; height: 444px }
.ys_03{width: 730px; background: #fff; padding: 25px 0; margin-left:24px; border-top-left-radius:50px;  border-bottom-right-radius:50px; height: 444px }
.yslimt{ padding: 35px 30px }
.yslimt dt{ float: left; width: 97px; height: 110px; background: #67b441; border-top: 6px solid #4a9027; border-bottom-left-radius:46px;border-bottom-right-radius:45px; margin-top: 10px}
.yslimt dt .fir{
  font-size:50px; 
  text-align: center; 
  font-family: Impact; 
  color: #fff;
}
.yslimt dt .sec{
  font-size: 12px;
  color:#fff;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}
.yslimt dd{ float: left; width: 550px; margin-left: 20px }
.yslimt dd h3{ font-size:30px; color: #50aab4; font-weight: bold;}
.yslimt dd em{ font-style: normal; font-weight: bold; font-size: 22px;color:#333; }
.yslimt dd p{ font-size: 16px; color: #333; padding-top: 10px }
.ys3{ background: url(/App/Home/View/Default/Public/Images/ys_icon.jpg) no-repeat 0 10px; padding-left:35px }



/*广告*/
.guang{
  margin-top:70px;
  height: 222px;
}
.guang .wrapper{
  background: url(../images/guang.jpg) no-repeat center;
  height: 100%;
  padding-right: 48px;
}
.guang .g-t{
  float: right;
}
.guang .g-t .tel{
  font-size: 36px;
  color:#fff;
  font-weight: 700;
      margin-top: 76px;
    text-align: center;
}
.guang .g-t .abox a{
  display: block;
  float: left;
  width:140px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.guang .g-t .abox{
  margin-top: 27px;
}
.guang .g-t .abox a:first-child{
  background: #fff;
  color:#50aab4;
}
.guang .g-t .abox a:last-child{
  background: #67b441;
  color:#fff;
}
.guang .g-t .w{
  font-size: 16px;
  text-align: center;
  color:#fff;
}
.guang .g-t .er{
  margin-top: 42px;
}


/*保障*/
.bzbox .b-left{
  float:left;
}
.bzbox .b-right{
  width: 792px;
  float: right;
}
.bzbox .b-right .con{
  background: #f2f2f2;
  padding:30px 40px;
}
.bzbox .b-right .con .fir{
  font-size: 22px;
  color:#50aab4;
  font-weight: 700;
}
.bzbox .b-right .con .text{
  font-size: 14px;
  color:#5d5d5d;
  line-height: 25px;
  margin-top: 10px;
}
.bzbox .b-right .con .text a{
  color:#67b441;
  font-weight: 700;
}
.bzbox .b-right .con .text a:hover{
  text-decoration: underline;
}
.bzbox .b-right img{
  margin-top: 33px;
}



/*-------------------------------------------------------------------------company 首页公司简介------------------------------------------------------------------------------------*/
.company {
  overflow: hidden;
  position: relative;
  /* 焦点图效果 */
}
.company .picBtnTop {
  width: 955px;
  height: 441px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.company .picBtnTop .hd {
  width: 215px;
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.company .picBtnTop .hd ul {
  /* margin: 30px 0 0 18px; */
}
.company .picBtnTop .hd ul li {
  width: 100%;
  height: 130px;
  text-align: center;
  margin-bottom: 26px;
}
.company .picBtnTop .hd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  vertical-align: bottom;
  border: 2px solid rgba(255,255,255,0);
}
.company .picBtnTop .hd ul li.on {
  background: url(/App/Home/View/Default/Public/css/images/icoleft.giff) no-repeat 0 28px;
}
.company .picBtnTop .hd ul li.on img {
  border-color: #f60;
}
.company .picBtnTop .bd {
  width: 730px;
  height: 441px;
  position: absolute;
  left: 0;
  top: 0;
}
.company .picBtnTop .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}
.company .picBtnTop .bd li .pic {
  position: relative;
  z-index: 0;
}
.company .picBtnTop .bd li .pic .t{
  position: absolute;
  width:100%;
  line-height: 50px;
  font-size: 16px;
  color:#fff;
  padding:0 20px;
  background: rgba(0,0,0,0.5);
  left:0;
  bottom:0;
}
.company .picBtnTop .bd li .pic img {
  width: 100%;
  height: 441px;
  vertical-align: bottom;
}
.company .picBtnTop .bd li .bg {
  width: 400px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.company .picBtnTop .bd li .title {
  width: 400px;
  height: 30px;
  line-height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.company .picBtnTop .bd li .title a {
  color: #fff;
  padding-left: 15px;
}
.company .com_right {
  position: absolute;
  left: 0;
  top: 0;
  width: 225px;
}
.company .com_right ul li{
  width:100%;
  margin-bottom: 4px;
}
.company .com_right ul li:last-child{
  margin-bottom: 0;

}
.company .com_right ul li:last-child a{
  background: none;
  color:#50aab4;

}
.company .com_right ul li a{
  display: block;
  line-height: 66px;
  background: #50aab4;
  font-size: 16px;
  color:#fff;
  text-align: center;
  border:2px solid #50aab4;
  transition: all 200ms linear;
}
.company .com_right ul li a:hover{
  background: none;
  color:#50aab4;
}

.com_left{
  float: right;
}


/*合作伙伴*/
.patnerbox{
  background: #ecedf1;
  padding:15px;
  position: relative;
}
.swiper-patner li a{
  display: block;
  width:100%;
  height: 115px;
  position: relative;
  background: #fff;
}
.swiper-patner li a img{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.swiper-button-next-patner{
  width:360px;
  height: 145px;
  background:#50aab4 url(../images/patner-right.png) no-repeat center left 33px;
  right:-360px;
  top:22px;
  transition: all 200ms linear;
}
.swiper-button-next-patner:hover{
  background:#67b441 url(../images/patner-right.png) no-repeat center left 33px;
}
.swiper-button-prev-patner{
  width:360px;
  height: 145px;
  background:#50aab4 url(../images/patner-left.png) no-repeat center right 33px;
  left:-360px;
  top:22px;
  transition: all 200ms linear;
}
.swiper-button-prev-patner:hover{
  background:#67b441 url(../images/patner-left.png) no-repeat center right 33px;
}





/*-------------------------------------------------------------------------honor_env 首页荣誉------------------------------------------------------------------------------------*/
.honor{
  display: none;
}
.honor.click{
  display: block;
}
.honor_env {
  overflow: hidden;
  margin: 58px 0;
  position: relative;
  background: url("../images/ry.jpg") no-repeat center bottom -9px;
  padding-bottom: 40px;
}
.honor_env .honor_env_title {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.honor_env .honor_env_title p a {
  margin-right: 30px;
  position: relative;
}
.honor_env .honor_env_title p a.click b{
  color: #50aab4;

}
.honor_env .honor_env_title p a b {
  position: relative;
  display: inline-block;
}
.honor_env .honor_env_title p a.click b:after{
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #50aab4;
  position: absolute;
  bottom: -11px;
  left: 0;
}
/* .honor_env .honor_env_title p a:nth-of-type(1) b:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #50aab4;
  position: absolute;
  bottom: -11px;
  left: 0;
} */
.honor_env .honor_env_title p a b {
  font-size: 22px;
  color: #373737;
}
.honor_env .honor_env_title p a small {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
}
.honor_env .honor_env_title > a {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.honor_env .honor_env_title > a:hover {
  color: #d42f3e;
}
.honor_env .swiper-honor {
  overflow: hidden;
}
/*news*/
/*.news {
  overflow: hidden;
  padding: 70px 0;
  background: #eff3f7;
}*/
.kf {
	width: 168px;
	position: fixed;
	/* right: 20px; */
	right: -168px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #007ccb;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left:20px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #007ccb;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #007ccb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
.news .new_tit {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
}
.news .new_tit .more {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  line-height: 60px;
}
.news .new_tit span {
  font-size: 22px;
  color: #50aab4;
  font-weight: bold;
  position: relative;
}
.news .new_tit i {
  display: block;
  content: '';
  width: 87px;
  height: 3px;
  background: #50aab4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .new_tit small {
  color: #a2a2a2;
  font-size: 22px;
  padding-left: 10px;
}
.news .news_left {
  float: left;
  width: 728px;
}
.news .news_left .new_l_top {
  margin-bottom: 20px;
}
.news .news_left .new_l_top:hover b {
  color: #50aab4;
}
.news .news_left .new_l_top b {
  display: block;
  font-size: 18px;
  color: #3e3e3e;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 10px;
}
.news .news_left .new_l_top small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
}
.news .news_left .news_i_left {
  float: left;
  width: 268px;
  height: 168px;
  overflow: hidden;
}
.news .news_left .news_i_left img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.news .news_left .news_i_right {
  float: right;
  width: 430px;
}
.news .news_left .news_i_right ul li {
  margin-bottom: 16px;
}
.news .news_left .news_i_right ul li:hover p {
  color: #50aab4;
}
.news .news_left .news_i_right ul li:hover b {
  color: #50aab4;
}
.news .news_left .news_i_right ul li:hover div b {
  color: #50aab4;
}
.news .news_left .news_i_right ul li a {
  display: block;
  overflow: hidden;
}
.news .news_left .news_i_right ul li a p {
  font-size: 14px;
  color: #858585;
  float: right;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news .news_left .news_i_right ul li a b {
  float: left;
  display: block;
  font-size: 16px;
  color: #262626;
  font-weight: 500;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news .news_left .news_i_right ul li a div {
  width: 304px;
  float: right;
}
.news .news_left .news_i_right ul li a div b {
  display: block;
  font-size: 16px;
  color: #3e3e3e;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-top: 10px;
}
.news .news_left .news_i_right ul li a div small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  margin-top: 10px;
}
.news .news_right {
  float: right;
  width: 417px;
  
}
.news .news_right .titlebox{
  line-height: 60px;
  background: #50aab4 url(../images/pinggu.png) no-repeat left 26px center;
  padding-left: 65px;
  font-size: 20px;
  color:#fff;
}

.news .new_tit .fira{
  display: inline-block;
  line-height: 60px;
  width:155px;
  text-align:center;
  font-size: 20px;
}
.news .new_tit .seca{
  display: inline-block;
  line-height: 60px;
  width:155px;
  text-align:center;
  font-size: 20px;
  color:#353535;
  background: #fff;
}

.lbox{
  padding:26px;
  background: #fff;
}
.lbox .fir{
  width:100%;
  line-height: 50px;
  border:1px solid #dcdcdc;
  outline: none;
  background: none;
  text-indent: 15px;
  margin-bottom: 10px;
}
.lbox .sec{
  width:100%;
  height: 98px;
  resize: none;
  border:1px solid #dcdcdc;
  background: none;
  outline: none;
  padding:15px;
  font-family: 'Microsoft YaHei';
  margin-bottom: 10px;
}
.lbox .code{
  width:160px;
  line-height: 60px;
  border:1px solid #dcdcdc;
  outline: none;
  background: none;
  text-indent: 15px;
  float: left;
}
.lbox .codeimg{
  width:200px;
  float: right;
  height: 64px;
}
.lbox .tijiao{
  width:100%;
  line-height: 50px;
  background: #67b441;
  font-size: 16px;
  text-align: center;
  color:#fff;
  outline: none;
  border:none;
  margin-top: 15px;
  cursor: pointer;
  font-weight: 700;
}








/*product*/
ul.pro_list {
  width: 950px;
}
ul.pro_list li {
  width: 270px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 27px 27px 0;
}
ul.pro_list li p {
  height: 220px;
  background: #fff;
  position: relative;
  width: 100%;
  border-bottom: 0;
}
ul.pro_list li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.pro_list li div {
  background: #f3f3f3;
  text-align: center;
  padding: 10px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.pro_list li div small {
  display: block;
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.pro_list li div span {
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 14px;
}
ul.pro_list li:hover div {
  background: #50aab4;
  color: #fff;
}
ul.pro_list li:hover small {
  color: #fff;
}
ul.pro_list li:hover span {
  color: #fff;
}
.pro_right {
  width: 905px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  float: right;
  box-shadow: 0 0 25px #ccc;
}
/*sidebar*/
.sidebar {
  width: 255px;
  float: left;
  background: #fff;
  padding: 26px 20px 10px 20px;
  box-shadow: 0 0 25px #ccc;
}
.sidebar h4 {
  font-size: 25px;
  color: #50aab4;
  margin-bottom: 20px;
}
.sidebar ul li {
  border-bottom: 1px solid #ccc;
}
.sidebar ul li:hover > a,
.sidebar ul li.act > a {
  background: #50aab4;
  color: #fff;
}
.sidebar ul li > a {
  display: block;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  color: #333;
  width: 100%;
  text-indent: 8px;
  font-size: 13px;
}
.sidebar ul li p a {
  display: block;
  font-size: 14px;
  text-indent: 20px;
  margin-top: 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sidebar ul li p a:hover {
  color: #50aab4;
  font-weight: bold;
}
.sidebar .sidebar_con {
  background: #50aab4;
  padding: 10px;
  margin-top: 60px;
}
.sidebar .sidebar_con p {
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 25px;
  margin-bottom: 22px;
}
.sidebar .sidebar_con p:nth-of-type(1) {
  background-image: url("../images/s1.png");
}
.sidebar .sidebar_con p:nth-of-type(2) {
  background-image: url("../images/s2.png");
  margin-bottom: 0;
}
.sidebar .sidebar_con p small {
  display: block;
  font-size: 14px;
  color: #fff;
}
.sidebar .sidebar_con p b {
  font-size: 18px;
  color: #fff;
}
.sidebar .sidebar_con p span {
  display: block;
  font-size: 14px;
  color: #fff;
}
/* Footer----------------------------------------*/
footer {
  background: #23232c;
}
.f_top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 50px 0;
}
.f_top_l{
  border-right: 1px solid #3d3d45;
}
.f_top b {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 500;
}
.f_top ul {
  overflow: hidden;
  width: 915px;
  margin-bottom: 30px;
}
.f_top ul li {
  font-size: 14px;
  margin-bottom: 10px;
  float: left;
  width: 90px;
}
.f_top ul li a {
  color: #fff;
}
.imgbox{
  float: left;
  margin-right: 12px;
}
.imgbox img{
  display: block;
  width: 108px;
  height: 108px;
}
.imgbox p{
  color: #717178;
  font-size: 14px;
  text-align: center;
}
.f_top .ewm{
  width:240px;
  float: left;
}
.f_top .text{
  float: left;
}
.f_top .text p{
  color: #717178;
  font-size: 14px;
  line-height: 28px;
}
.f_top .text p a{
  color: #717178;
}
.f_top_c{
  width: 215px;
  float: right;
  margin-top:30px}
.f_top_c b{
  background: url(../images/link.png) no-repeat center left;
  font-size: 16px;
  text-indent: 25px;
  font-weight: bold;
}
.f_top_c ul li{
  color: #717178;
  font-size: 14px;
  width: 50%;
  float: left;
}
.last{
  width:100%;
  background: #252525;
  line-height:55px;
}
.last-left{
  float: left;
}
.last-left img{
  max-height: 85px;
  max-width: 85px;
}
.last-center{
  float: left;
}
.last-center ul{
  margin-top: 10px;
}
.last-center ul li{
  float:left;
  padding:5px 20px;

}
.last-center ul li a{
  display: block;
  color:#717171;
  font:14px 'Microsoft YaHei';
}
.last-center p{
  font:14px 'Microsoft YaHei';
  color:#717171;
  line-height: 55px;
}
.last-center p a{
  color:#717171;
}
.last-right{
  position: inherit;
  float: right;
}
.last-right a{
  font:14px 'Microsoft YaHei';
  color:#717171;
  line-height: 55px;
}

/*-------------------------------------------------------------------------关于我们详情页 info_company------------------------------------------------------------------------------------*/
.info_company_title {
    text-align: center;
    padding: 40px 0 70px 0;
    position: relative;
}
.info_company_title b {
    display: block;
    font-size: 35px;
    color: #494949;
    position: relative;
    z-index: 2;
}
.info_company_title small {
    display: block;
    font-size: 64px;
    color: #ecf1f6;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.info_company {
  overflow: hidden;
}
.info_company ul{
  width: 730px;
  margin: 0 auto;
}
.info_company ul li{
  float: left;
  margin-right: 118px;
}
.info_company ul li:last-child{
  margin-right: 0px;
}
.info_company .com-text{
}
.info_company .com-text p img{
  display: block;
  margin-bottom: 40px;
}
.info_company .com-text p{
  color: #525252;
  font-size: 16px;
  line-height: 35px;
  font-weight: 200;
}
.chejian-left{
  width: 400px;
}
.chejian-right{
  width:800px;
  height: 448px;
  overflow: hidden;
}
.chejian-right .swiper-slide{
  width: 100%;
  height: 448px;
  overflow: hidden;
}
.chejian-right .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.swiper-fac{
  right: 23px;
  bottom: 17px;
}
.swiper-fac .swiper-pagination-bullet-active{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1bb760!important;
  margin-right: 12px;
  border: 2px solid #1bb760!important;
  outline: none;
}
.swiper-fac .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: none;
  margin-right: 12px;
  border: 2px solid #5c5e57;
  opacity: 1;
  outline: none;
}


.info_fc {
  padding-bottom: 90px;
  overflow: hidden;
}
#certify {
  position: relative;
}
#certify .swiper-container {
  padding-bottom: 60px;
  overflow: inherit;
}
#certify .swiper-slide {
  width: 520px;
  height: 355px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img {
  display: block;
  margin: 0 auto;
  height: 260px;
  max-width: 100%;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: -40px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
/*qa*/
.news_list_con {
  background: #fff;
  padding: 30px 30px 80px 30px;
  margin-top: 30px;
}
.news_list_con ul li {
  overflow: hidden;
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
}
.news_list_con ul li:hover {
  background: #eee;
}
.news_list_con ul li:hover div.bdsharebuttonbox {
  opacity: 1;
}
.news_list_con ul li a:hover b {
  color: #50aab4;
}
.news_list_con ul li img {
  float: left;
  width: 215px;
  height: 130px;
}
.news_list_con ul li p,
.news_list_con ul li div.l_con {
  float: right;
  width: 865px;
  position: relative;
  height: 127px;
}
.news_list_con ul li p b,
.news_list_con ul li div.l_con b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.news_list_con ul li p span,
.news_list_con ul li div.l_con span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.news_list_con ul li p small,
.news_list_con ul li div.l_con small {
  display: block;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
}
.news_list_con ul li div.bdsharebuttonbox {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
/*info_case*/
.honor_list {
  width: 1250px;
}
.honor_list li {
  float: left;
  position: relative;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
  width: 383px;
  height: 255px;

}
.honor_list li img {
  display: block;
  height: 100%;
  object-fit: cover;
  margin-bottom: 40px;
  margin:0 auto
}
.honor_list li span {
  display: block;
  width: 100%;
  background: #50aab4;
  color: #f5f5f5;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li div {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li:hover div {
  border: 1px solid #50aab4;
}
.honor_list li:hover span {
  /* bottom: 20px; */
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*page*/
.prev_next a:hover {
  color: #da0922;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*location*/
/*product-info*/
/*缩略图*/
.concompanycon table {
  margin-left: 2px;
}
.concompanycon table th {
  color: #444444;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial;
  text-align: right;
  vertical-align: top;
  padding-top: 9px;
}
.concompanycon table td select {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  width: 278px;
  height: 32px;
  text-indent: 8px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 6px 5px;
  background: #FFF;
  margin-left: -3px;
}
.concompanycon table td ul {
  list-style: none;
  position: absolute;
}
.concompanycon table td ul li {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  line-height: 28px;
  text-indent: 8px;
  width: 276px;
  height: 28px;
  border-left: 1px solid #d2d4d6;
  border-right: 1px solid #d2d4d6;
  background: #FFF;
}
.concompanycon table td ul li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.concompanycon table td ul li a:hover {
  color: #fe7d0c;
}
.concompanycon table td ul li:last-child {
  border-bottom: 1px solid #d2d4d6;
}
.concompanycon table td input {
  font-size: 14px;
  width: 276px;
  height: 28px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td .yanzheng {
  width: 101px;
}
.concompanycon table td textarea {
  resize: none;
  width: 545px;
  height: 178px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td img {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
}
.concompanycon table td .but {
  width: 74px;
  height: 31px;
  line-height: 27px;
  background: #d1020c;
  border-radius: 2px;
  border: none;
  text-align: center;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  color: #FFF;
}
.pro_img_left {
  width: 580px;
  border: 1px solid #ccc;
  height: 385px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.pro_img_left img {
  max-height: 100%;
  max-width: 100%;
}
#info {
  padding-bottom: 100px;
}
.location {
  background: #fff;
}
.location b a {
  padding-right: 10px;
  display: inline-block;
}
.info2 + footer {
  margin-top: 0;
}
/*相册*/
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}
.info_pro {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.pro-img {
  float: left;
  width: 420px;
  padding: 0 10px;
}
.info_pro-text {
  float: right;
  width: 380px;
  margin-top: 0px;
}
.info_pro-text h4 {
  font-size: 22px;
  color: #11509b;
  padding-bottom: 10px;
}
.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.info_pro-text ul li {
  margin-top: 5px;
}
.info_pro-text ul li small {
  display: inline-block;
  width: 60px;
  color: #a9a8a8;
  font-size: 14px;
  float: left;
  margin-top: 2px;
}
.info_pro-text ul li span {
  color: #333;
  font-size: 14px;
}
.info_pro-text ul li b {
  color: #c8171e;
  font-size: 35px;
}
.info_pro-text ul li:nth-of-type(2) small {
  margin-top: 15px;
}
.info_pro-text p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.info_pro-text p a {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #11509b;
  width: 157px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s linear 0s;
  background: rgba(17, 80, 155, 0.07);
  border: 1px #11509b solid;
}
.info_pro-text p a:hover {
  background: #11509b;
  color: #fff;
  border: 1px solid #11509b;
}
.i_pro_con > h4 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.p_content b,
.p_content strong {
  font-size: 16px;
}
.p_content img,
.p_content embed {
  margin: 0 auto !important;
  display: inline-block;
}
.p_content embed {
  width: 500px !important;
  height: 400px !important;
  display: block;
}
.p_content b.b_title,
.p_content strong.b_title {
  font-size: 16px !important;
  background: #50aab4;
  color: #fff;
  display: inline-block;
  padding: 5px 10px !important;
}
.p_content p.p_title {
  border-bottom: 1px solid #50aab4 !important;
  margin-bottom: 15px !important;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery-top {
  width: 100%;
  height: 380px;
}
.gallery-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs {
  height: 90px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  /*opacity: 0.5;*/
}
.gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.p_content {
  font-size: 12px;
  line-height: 30px;
  color: #6b6b6b;
}
.p_content img {
  max-width: 100% !important;
  margin: 0 auto;
  display:block;
}
.p_content table {
  width: 100% !important;
  word-break: break-all;
  margin: 0 auto;
}
.p_content table tr {
  background: #fff !important;
}
.p_content table td {
  padding-left: 10px;
  background: #fff !important;
  border: 1px solid;
}
.p_content2 {
  color: #6e6e6e;
  line-height: 35px;
}
.p_content2 p {
  text-indent: 2rem;
}
.info_pro-text_ol {
  margin-bottom: 40px;
}
.info_pro-text_ol li {
  font-size: 14px;
  line-height: 38px;
  border-bottom: 1px solid #ccc;
  color: #666;
}
.info_pro-text_ol li span {
  width: 65px;
  display: inline-block;
}
.info_pro-text_ol li small {
  font-size: 14px;
}
/*i_pro_others*/
.i_pro_others {
  margin-top: 45px;
}
.info-tj {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.info-tj b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #50aab4;
}
.info-tj small {
  display: block;
  font-size: 16px;
  color: #999;
}
.swiper-container-xc {
  padding-bottom: 36px;
}
.pro-list-gallery {
  width: 900px;
}
.pro-list-gallery li {
  float: left;
  width: 415px;
  overflow: hidden;
  margin-right: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 23px;
}
.pro-list-gallery li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.pro-list-gallery li:hover span {
  background: #11509b;
}
.pro-list-gallery li p {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  height: 311px;
  position: relative;
}
.pro-list-gallery li p img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_pro_others::after {
  display: block;
  content: '';
  clear: both;
}
.i_pro_others .pro-list-others {
  width: 870px;
}
.i_pro_others .pro-list-others li {
  float: left;
  width: 268px;
  overflow: hidden;
  margin-right: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_others .pro-list-others li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.i_pro_others .pro-list-others li:hover span {
  background: #c8171e;
}
.i_pro_others .pro-list-others li p {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 190px;
  position: relative;
}
.i_pro_others .pro-list-others li p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i_pro_others .pro-list-others li span {
  display: block;
  height: 40px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  background: #666;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*i_pro_order*/
.i_pro_order {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 0;
}
.i_pro_order .i_pro_con_left {
  float: left;
  width: 390px;
  overflow: hidden;
}
.i_pro_order .form_i {
  margin-bottom: 10px;
}
.i_pro_order .form_i textarea {
  width: 255px;
  height: 96px;
}
.i_pro_order .form_i select {
  height: 30px;
  line-height: 30px;
}
.i_pro_order .form_i span {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  text-align-last: justify;
  color: #666;
}
.i_pro_order .form_i input {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 255px;
}
.i_pro_order button {
  display: block;
  width: 250px;
  line-height: 35px;
  background: #50aab4;
  color: #fff;
  text-align: center;
  border: 0;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  margin-left: 78px;
}
.i_pro_con_right {
  float: right;
  width: 440px;
  margin-right: 4px;
}
.i_pro_con_right #allmap {
  width: 100%;
  height: 194px;
  float: none;
}
.i_pro_con_right h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
.i_pro_con_right ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}
#sub_bar_nav {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 90;
  width: 120px;
  background: #50aab4;
}
#sub_bar_nav ul {
  border: 1px #d1d1d1 solid;
  padding: 2px 0;
  height: auto;
  overflow: hidden;
}
#sub_bar_nav li {
  display: block;
  line-height: 40px;
  color: #FFF;
  height: 40px;
  margin-bottom: 2px;
  font-size: 14px;
}
#sub_bar_nav li:hover {
  background: #d42f3e;
}
#sub_bar_nav li a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 11px;
  background: url(/App/Home/View/Default/Public/images/dot.gif) repeat-x left bottom;
  clear: both;
  color: #FFF;
}
#sub_bar_nav li a.no {
  background: none;
}
#sub_bar_nav a:hover {
  color: #FFF;
  background: none;
}
#sub_bar_nav li:hover a {
  color: #FFF;
  background: none;
}
#sub_bar_nav li a.mainList i {
  display: block;
  float: left;
  background: url(../images/p1.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.mainList:hover i {
  background: url(../images/p1.png) no-repeat -22px center;
}
#sub_bar_nav li a.biaoge i {
  display: block;
  float: left;
  background: url(../images/p2.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.biaoge:hover i {
  background: url(../images/p2.png) no-repeat -22px center;
}
#sub_bar_nav li a.working i {
  display: block;
  float: left;
  background: url(../images/p4.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.working:hover i {
  background: url(../images/p4.png) no-repeat -20px center;
}
#sub_bar_nav li a.data0 i {
  display: block;
  float: left;
  background: url(../images/p5.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.data0:hover i {
  background: url(../images/p5.png) no-repeat -16px center;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}
.location i {
  padding-right: 5px;
  font-size: 25px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #50aab4;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
.location span {
  float: right;
}
/*联系我们*/
.info_title_all {
  text-align: center;
  padding: 0 0 45px;
}
.info_title_all h3 {
  display: block;
  font-size: 36px;
  color: #434242;
  margin-bottom: 15px;
}
.info_title_all small {
  font-size: 20px;
  color: #848484;
  font-family: pictos;
}
.info_title_all b {
  font-size: 20px;
  color: #50aab4;
  display: block;
  margin-top: 20px;
}
.info_contact {
  overflow: hidden;
}
.h-contact-list {
  background-color: #fff;
  width: 48%;
  float: left;
  overflow: hidden;
}
.h-contact-list ul {
  margin: 0 20px;
  width: 92%;
}
.h-contact-li {
  position: relative;
  padding: 23px 10px 22px 50px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 16px;
}
.h-contact-li:last-child {
  border: none;
}
.h-contact-li .ico {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
}
.h-contact-li .addr {
  background-image: url(../images/h_ctc_ico1.png);
}
.h-contact-li .tel {
  background-image: url(../images/h_ctc_ico2.png);
}
.h-contact-li .fax {
  background-image: url(../images/h_ctc_ico3.png);
}
.h-contact-li .mail {
  background-image: url(../images/h_ctc_ico4.png);
}
.h-contact-li .txt {
  color: #888;
}
#allmap {
  width: 51%;
  height: 510px;
  float: right;
  border: 1px solid #ccc;
}
/*在线留言*/
.info_mes {
  overflow: hidden;
}
.info_mes .info_mes_l {
  float: left;
  width: 50%;
}
.info_mes .info_mes_l h3 {
  font-size: 20px;
}
.info_mes .info_mes_l span {
  display: block;
  margin: 15px 0;
  color: #666;
  font-size: 14px;
}
.info_mes .info_mes_l form {
  margin-top: 40px;
}
.info_mes .info_mes_l .input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.info_mes .info_mes_l .input-group:after {
  display: block;
  content: '';
  clear: both;
}
.info_mes .info_mes_l .input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.info_mes .info_mes_l .input-group input[type=text] {
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  /* background: #f0f2ef; */
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.info_mes .info_mes_l .input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #50aab4;
  border: 1px solid #50aab4;
}
.info_mes .info_mes_l .input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #50aab4;
  border: 1px solid #50aab4;
}
.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #50aab4;
  border: 1px solid #50aab4;
}
.info_mes .info_mes_l .input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 420px;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
  margin-left: 4px;
}
.info_mes .info_mes_l #submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #50aab4;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
.info_mes .info_mes_l #submit:hover {
  background: #BB0000;
}
.info_mes .info_mes_r {
  float: right;
  width: 50%;
}
.info_mes .info_mes_r img {
  max-width: 100%;
  display: block;
}
/*qa*/
.qa_right ul li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0;
}
.qa_right ul li a {
  display: block;
}
.qa_right ul li:hover span {
  color: #d42f3e;
}
.qa_right ul li:first-child {
  padding-top: 0;
}
.qa_right ul li span {
  display: block;
  font-weight: bold;
  color: #3e3e3e;
  min-height: 25px;
  margin-bottom: 19px;
  background: url(/App/Home/View/Default/Public/images/q.pngg") no-repeat left center;
  padding-left: 30px;
}
.qa_right ul li small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  background: url(/App/Home/View/Default/Public/images/a.pngg") no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
}
/*子页面news*/
.inews_items {
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.inews_items li {
  position: relative;
  width: 375px;
  float: left;
  margin-right: 20px;
  margin-bottom:20px;
  border-bottom:1px dotted #cccccc;
  padding-bottom:15px
}
.inews_items li:first-child {
  margin-left: 0;
}
.inews_items li img {
  display: block;
  width: 100%;
  height: 290px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .bd {
  height: 418px;
  overflow: hidden;
  position: relative;
}
.inews_items .bd li {
  float: left;
  width: 385px;
  margin-right: 20px;
}
.inews_items .inews_pd .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 82px;
  background-color: #50aab4;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .inews_pd .date span {
  display: block;
}
.inews_items .inews_pd .date .day {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}
.inews_items .inews_pd .date .year {
  font-size: 15px;
}
.inews_items ._inews_text ._title {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin: 20px 0 0;
}
.inews_items ._inews_text ._text {
  font-size: 14px;
  color: #747474;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.inews_items .hd {
  margin-top: 50px;
}
.inews_items .hd ul {
  font-size: 0;
  text-align: center;
}
.inews_items .hd li {
  display: inline-block;
  border: 1px #707070 solid;
  width: 9px;
  height: 9px;
  line-height: 99;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.inews_items .hd li.on {
  border-color: #d42f3e;
  background-color: #d42f3e;
}
.inews_items .inews_pd a {
  display: block;
  overflow: hidden;
}
.inews_items li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.inews_items li:hover ._title {
  color: #50aab4;
}
.inews_items li:hover .inews_pd .date {
  background: #d42f3e;
}
.l {
  float: left;
}
.news_bottom li {
  padding: 25px 0 30px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}
.news_bottom li .data {
  font-family: Arial;
  border: 1px #ccc solid;
  width: 55px;
  margin-right: 2%;
}
.news_bottom li .data span {
  display: block;
  text-align: center;
}
.news_bottom li .data .day {
  font-size: 30px;
  font-weight: bold;
  background-color: #ccc;
  line-height: 45px;
  color: #fff;
}
.news_bottom li .data .month {
  font-size: 0.77em;
  color: #565656;
}
.news_bottom ._img {
  float: left;
  width: 15%;
  margin-right: 2%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._img img {
  height: 100%;
}
.news_bottom ._t {
  font-size: 18px;
  margin-bottom: 5px;
  color: #555;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._p a {
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}
.news_bottom ._i {
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px;
}
.news_bottom ._i span,
.news_bottom ._i a {
  float: left;
  line-height: 26px;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._more {
  background: #d42f3e;
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._date {
  background: #ededed;
  color: #999;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom li:hover ._t {
  color: #50aab4;
}
.news_bottom li:hover span {
  color: #50aab4;
}
.news_bottom li:hover ._i ._more {
  background-color: #50aab4;
}
.news_bottom li:hover .data {
  border-color: #50aab4;
}
.news_bottom li:hover .data .day {
  background-color: #50aab4;
}
/*news_content*/
.news_info_con {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.news_info_con ._title {
  float: left;
  font-size: 25px;
  font-weight: 400;
}
.news_info_con .news_time {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.news_info_con .news_time span {
  padding-left: 20px;
  margin-left: 20px;
}
.news_info_con .news_time span:nth-of-type(1) {
  background: url("../images/time.png") no-repeat left center;
}
.news_info_con .news_time span:nth-of-type(2) {
  background: url("../images/click.png") no-repeat left center;
}
/*在线客服*/
.suspension {
  position: fixed;
  z-index: 101;
  right: 0;
  bottom: 85px;
  width: 70px;
  height: 240px;
}
.suspension-box {
  position: relative;
  float: right;
}
.suspension .a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #50aab4;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}
.suspension .a.active,
.suspension .a:hover {
  background: #F05352;
}
.suspension .a .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat;
}
.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}
.suspension .a-qrcode .i {
  background-position: -44px 0;
}
.suspension .a-cart .i {
  background-position: -88px 0;
}
.suspension .a-top .i {
  background-position: -132px 0;
}
.suspension .a-top {
  background: #D2D3D6;
  display: none;
}
.suspension .a-top:hover {
  background: #c0c1c3;
}
.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(/App/Home/View/Default/Public/images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}
.suspension .d-service {
  top: 0;
}
.suspension .d-service-phone {
  top: 34px;
}
.suspension .d-qrcode {
  top: 78px;
}
.suspension .d .inner-box {
  padding: 8px 22px 12px;
}
.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.suspension .d-service .d-service-item {
  border-bottom: none;
}
.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}
.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}
.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}
.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
  padding-top: 10px;
}
.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}
.suspension .d-service-intro i {
  background: url(/App/Home/View/Default/Public/images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.suspension .d-qrcode {
  text-align: center;
}
.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}
.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
/*产品分类*/
.info_pro_list {
  padding: 25px;
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
}
.info_pro_list .pro-list {
  width: 1250px;
}
.info_pro_list .pro-list li {
  width: 270px;
}
.info_pro_type {
  overflow: hidden;
  background: #fff;
  padding: 25px;
}
.info_pro_type li {
  width: 16.666%;
  float: left;
  background: #fff;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  font-size: 14px;
}
.info_pro_type li a {
  display: block;
  color: #777;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.info_pro_type li a:hover {
  color: #fff;
  background: #50aab4;
}
.swiper-honor .swiper-slide a{
  display: block;
  width:100%;
  height: 260px;
}
.swiper-honor .swiper-slide a img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.news .new_tit .abox a.click{
  color: #fff;
  background: #50aab4;
}
.news .news_left .cout .cbox{
  display: none;
}
.news .news_left .cout .cbox.click{
  display: block;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}